disable setuid configure checks
authorMichael Tokarev <mjt@tls.msk.ru>
Fri, 8 Apr 2022 08:50:21 +0000 (11:50 +0300)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 12 Oct 2023 15:37:21 +0000 (16:37 +0100)
commit5baee822d15cf1b35e61c119cca1d3c5b778f36a
tree851643897cb1e016efada4fe1d512769f37c1faf
parent671500b922e739e1cefb5e2ee9aa90ecf6e18740
disable setuid configure checks

For some strange reason, when running reprotest test on salsa-ci,
which apparently is running as root, - on the *second* build only
the configure fails (after successfully built package the first
time). The configure test tries to change gid and verifies it
actually changed (not that the syscall exist), - and that fails.
Since it is extremely uncommon to configure the build process as
root, salsa-ci test environment details are quite deep down the line,
and we know the syscall actually works, just disable the probe,
pretending we are not root.

Gbp-Pq: Name disable-setuid-confchecks.patch
source3/lib/util_sec.c